runtime.cleanupQueue.needg (field)

4 uses

	runtime (current package)
		mcleanup.go#L421: 	needg atomic.Uint32
		mcleanup.go#L620: 			q.needg.Add(int32(newg))
		mcleanup.go#L655: 	return q.needg.Load() > 0
		mcleanup.go#L661: 	need := min(q.needg.Swap(0), maxCleanupGs()-have)